Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
RasterViewerPointsEventArgs Constructor(RasterViewerInteractiveStatus,Generic RasterCollection)
See Also 
Leadtools.WinForms Namespace > RasterViewerPointsEventArgs Class > RasterViewerPointsEventArgs Constructor : RasterViewerPointsEventArgs Constructor(RasterViewerInteractiveStatus,Generic RasterCollection)




status
The status of the interactive mode.
points
Interactive mode points.
Initializes a new RasterViewerPointsEventArgs with specified values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal status As RasterViewerInteractiveStatus, _
   ByVal points As RasterCollection(Of Point) _
)
Visual Basic (Usage)Copy Code
Dim status As RasterViewerInteractiveStatus
Dim points As RasterCollection(Of Point)
 
Dim instance As RasterViewerPointsEventArgs(status, points)
C# 
public RasterViewerPointsEventArgs( 
   RasterViewerInteractiveStatus status,
   RasterCollection<Point> points
)
Managed Extensions for C++ 
public: RasterViewerPointsEventArgs( 
   RasterViewerInteractiveStatus status,
   RasterCollection<Point> points
)
C++/CLI 
public:
RasterViewerPointsEventArgs( 
   RasterViewerInteractiveStatus status,
   RasterCollection<Point> points
)

Parameters

status
The status of the interactive mode.
points
Interactive mode points.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also